home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 20 / Cream of the Crop 20 (Terry Blount) (1996).iso / os2 / bgfax160.zip / FD-ZYXEL.TXT < prev    next >
Text File  |  1995-08-12  |  2KB  |  55 lines

  1. --------------------------------------------------------------------------
  2. Setup hints for using BGFAX with the ZyXEL/FD 2.12                01-01-95
  3. B.J. Guillot
  4. FidoNet 1:106/400                         InterNet: bjg90783@jetson.uh.edu
  5. --------------------------------------------------------------------------
  6.  
  7. All FD*.TXT files are good for both FD 2.12/SW and FD 2.20/ML.  One note
  8. is needed for FD 2.20/ML: [FDSETUP] Modem -> Fax -> Internal = "NO".
  9.  
  10. Here is the relevant information from FDSETUP ...
  11.  
  12. [FDSETUP] Modem -> Default Settings -> Command Strings
  13.   Init-1 ... ATZ|
  14.   Init-2 ... AT#P713 555 1212|
  15.   Init-3 ... AT#B1+FCLASS=6|
  16.  
  17.   #b1+fclass=6             enables fax mode operation
  18.   #p713 555 1212           sets your FAX ID, up to 20 characters
  19.  
  20. [FDSETUP] Modem -> Default Settings -> Answer control
  21.   Manual answer    Yes
  22.   Force answer ... ATA|
  23.   Answer delay ... 2
  24.  
  25. Note that the Answer delay should be modified if you are using Caller ID.
  26.  
  27. [FDSETUP] Mailer -> Errorlevels
  28.   Fax ... 255
  29.  
  30. [FDSETUP] Modem -> Default Settings -> Messages
  31.    Fax ... CONNECT FAX
  32.  
  33. @echo off
  34. c:
  35. cd\fd
  36. fd
  37. if errorlevel 255 goto fax
  38. if errorlevel 103 maint.bat
  39. if errorlevel 102 toss.bat
  40. if errorlevel 101 local.bat
  41. if errorlevel 100 dobbs.bat
  42. goto end
  43. :fax
  44.   rem ---1 is for com1 and z is for zfax format
  45.   bgfax /fax c:\bgfax 1 z
  46.   rem ---if /fax gives you problems, try using /fzyx
  47.   fdrun.bat
  48. :end
  49.  
  50. ==========================================================================
  51.  
  52. Regards,
  53. B.J. Guillot
  54.  
  55.